Vector3D.Dot Method
Returns the dot-product of two vectors. v1.Dot(v2) is proportional to the cosine of the angle between v1 and v2.
Syntax
Vector3D.Dot vec
vec
Vector3D
Returns a Double.